From aee81085f390068d4654051d64a4902fe98cbfcf Mon Sep 17 00:00:00 2001 From: oliskoli Date: Fri, 25 May 2007 22:54:30 +0000 Subject: [PATCH] Add more supported items to unicsv doc. --- xmldoc/formats/unicsv.xml | 82 +++++++++++++++++++++++++++------------ 1 file changed, 57 insertions(+), 25 deletions(-) diff --git a/xmldoc/formats/unicsv.xml b/xmldoc/formats/unicsv.xml index 61b8d205c..0848d9f8c 100644 --- a/xmldoc/formats/unicsv.xml +++ b/xmldoc/formats/unicsv.xml @@ -1,26 +1,58 @@ - - - - - Unicsv examines the first line of a file to determine the field - order and field separator in that file. It is thus read-only format. - - - If the first line contains any tabs, the data lines are assumed - to be tab separated. Otherwise the fields are assumed to be - separated by commas. - - - The list of keywords include "lat", "lon", "desc", "name", - "notes", "alt", "utm z", "utm n", "utm e", "utm c" and "url". - Fuller spellings (i.e. "longitude") may be used. - - - A typical file may be: - - Name, Latitude, Longitude, Description - GCEBB,35.972033,-87.134700,Mountain Bike Heaven by susy1313 - GC1A37,36.090683,-86.679550,The Troll by a182pilot & Family - - + + Unicsv examines the first line of a file to determine the field + order and field separator in that file. It is thus read-only format. + + + If the first line contains any tabs, the data lines are assumed + to be tab separated. Otherwise the fields are assumed to be + separated by commas. + + + The list of keywords include: + + alt = Altitude + bng_e = British National Grid's easting + bng = full coordinate in BNG format (zone easting northing) + bng_n = British National Grid's northing + bng_z = British National Grid's zone + cadence = Cadence + course = Heading + depth = Depth + desc = Description + ele = Altitude (elevation) + fix = 3d, 2d, etc. + hdop = Horizontal precision + head = Heading + heart = Heartrate + lat = Latitude + lon = Longitude + name = Waypoint name ("Shortname") + notes = Notes + pdop = Precision summary (horizontal & vertical) + prox = Proximity + sat = Number of sats used for fix + speed = Speed + tempf = Temperature (degrees Fahrenheit) + temp = Temperature (degrees Celsius) + url = URL + utc_d = UTC date + utc_t = UTC time + utm_c = UTM zone character + utm_e = UTM easting + utm = full coordinate in UTM format (zone zone-ch easting northing) + utm_n = UTM northing + utm_z = UTM zone + vdop = Vertical precision + + Fuller spellings (i.e. "longitude") may be used. You can also + use keywords with a whitespace instead of an underscore. + + + A typical file may be: + + Name, Latitude, Longitude, Description + GCEBB,35.972033,-87.134700,Mountain Bike Heaven by susy1313 + GC1A37,36.090683,-86.679550,The Troll by a182pilot & Family + + -- 2.30.2